Click or drag to resize

ServiceFindConversation Method (FolderId, ConversationShape, ConversationQueryTraversal, View)

Finds the conversation.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FindConversationResponse FindConversation(
	FolderId parentFolderId,
	ConversationShape shape,
	ConversationQueryTraversal traversal,
	View view
)

Parameters

parentFolderId
Type: Independentsoft.ExchangeFolderId
The parent folder identifier.
shape
Type: Independentsoft.ExchangeConversationShape
The shape.
traversal
Type: Independentsoft.ExchangeConversationQueryTraversal
The traversal.
view
Type: Independentsoft.ExchangeView
The view.

Return Value

Type: FindConversationResponse
FindConversationResponse.
See Also